Micron Document
🎖️GitЯра🎖️

Commit 7bdd0d5c788b158e9f19fb9272d5b694405e3b7e


Parents : 4866b38
Author : James Rich <2199651+jamesarich@users.noreply.github.com>
Signature : Signature validation error
Date : 2026-05-26T14:05:03-07:00
Committer : GitHub <noreply@github.com>
Date : 2026-05-26T16:05:03-05:00

ci: always build desktop on internal releases (#5613)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Changes

1 files changed, 2 insertions(+), 7 deletions(-)


Diff

diff --git a/.github/workflows/create-or-promote-release.yml b/.github/workflows/create-or-promote-release.yml
index 55f0521eff..62177760ec 100644
--- a/.github/workflows/create-or-promote-release.yml
+++ b/.github/workflows/create-or-promote-release.yml
@@ -20,11 +20,6 @@ on:
required: true
type: boolean
default: false
- build_desktop:
- description: 'Whether to build the desktop distribution'
- required: true
- type: boolean
- default: false
permissions:
contents: write
@@ -130,8 +125,8 @@ jobs:
tag_name: ${{ needs.determine-tags.outputs.final_tag }}
channel: ${{ inputs.channel }}
base_version: ${{ inputs.base_version }}
- build_desktop: ${{ inputs.build_desktop }}
- build_flatpak_src: ${{ inputs.build_desktop }}
+ build_desktop: true
+ build_flatpak_src: true
secrets: inherit
call-promote-workflow:

Served by rngit 1.5.0 - Generated in 0.08s